You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Allow authors to specify what set of the programming languages their agent supports.
It could be one or more with following options:
All ( when the agent is language agnostic )
Python
Dart
JavaScript
TypeScript
Java
Kotlin
PHP
Others
It is recommended to use 'All' if it provides support for 3 or more languages for simplicity. Users will be able to see and filter marketplace agents accordingly.
I'd recommend to allow user to specify this in AgentConfiguration since enums at code clarifies available options and doesn't leave room for mistakes.
The text was updated successfully, but these errors were encountered:
Allow authors to specify what set of the programming languages their agent supports.
It could be one or more with following options:
It is recommended to use 'All' if it provides support for 3 or more languages for simplicity. Users will be able to see and filter marketplace agents accordingly.
I'd recommend to allow user to specify this in
AgentConfiguration
since enums at code clarifies available options and doesn't leave room for mistakes.The text was updated successfully, but these errors were encountered: