Commit Graph

8 Commits

Author SHA1 Message Date
Maries 64738319b8 Fix/json schema (#460)
* fix(agent_declaration): remove unnecessary 'json_schema' validation from OutputSchema

* fix(endpoint): add error handling for missing endpoint configuration in ListPluginEndpoints

* fix(endpoint): update error handling for missing endpoint configuration in ListPluginEndpoints
2025-09-23 23:53:21 +08:00
Yeuoly a70d808dd0 feat(dynamic_select): implement dynamic parameter fetching functionality (#358)
* feat(dynamic_select): implement dynamic parameter fetching functionality

- Added FetchDynamicParameterOptions function to handle dynamic parameter selection.
- Introduced new access type and action for dynamic select in access_types.
- Updated HTTP server routes to include the new endpoint for fetching dynamic parameters.
- Created necessary service and controller files for dynamic select operations.

* refactor(access_types): rename dynamic select access type to dynamic parameter

- Updated access type constants to reflect the change from PLUGIN_ACCESS_TYPE_DYNAMIC_SELECT to PLUGIN_ACCESS_TYPE_DYNAMIC_PARAMETER.
- Adjusted related references in the PluginDispatchers and FetchDynamicParameterOptions function to maintain consistency.
2025-06-27 19:24:59 +08:00
Chieh Wang 1121069521 feat: Add Citations and Attributions to Agent Node (#236)
* feat: support var-selector params & surpport retriever_resources messsage

* opt: rename var-selector to any
2025-04-27 13:41:21 +08:00
Junjie.M 99cad2ae51 feat: agent strategy parameter add help field (#211) 2025-04-16 17:22:13 +08:00
Novice e14a209411 fix: handle the feature field JSON marshal 2025-03-27 13:55:07 +08:00
Novice a58a279105 fix: the list entity unmashal 2025-03-26 13:07:29 +08:00
Novice 75f07820c2 feat: Agent plugin add features tag 2025-03-24 09:21:21 +08:00
Yeuoly 15060ee312 refactor: move entities to pkg 2025-01-06 14:52:02 +08:00