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
I tried to create a flow agent that calls a query generator tool. The tool it self uses a model for generating queries, and it should not persist history. The agent does not use any model but it cannot be created unless given a model id and a memory config.
How can one reproduce the bug?
build opensearch 3.0.0, install plugins from latest commit of ml-commons, ai-flow, skills
start opensearch with plugins.flow_framework.enabled: true
But my agent doesn't use model, it should not require a model_id. And i don't want to persist memory for this agent, it should not give NPE when memory is missing
What is the expected behavior?
memory and model id should be optional for agent. If memory is required, it should give a better error message than Cannot invoke \"java.util.Map.get(Object)\" because \"map\" is null
What is your host/environment?
Amazon Linux 2 x64
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered:
What is the bug?
I tried to create a flow agent that calls a query generator tool. The tool it self uses a model for generating queries, and it should not persist history. The agent does not use any model but it cannot be created unless given a model id and a memory config.
How can one reproduce the bug?
plugins.flow_framework.enabled: true
"memory": { "type": "conversation_index" },
, provision succeedsBut my agent doesn't use model, it should not require a
model_id
. And i don't want to persist memory for this agent, it should not give NPE when memory is missingWhat is the expected behavior?
memory and model id should be optional for agent. If memory is required, it should give a better error message than
Cannot invoke \"java.util.Map.get(Object)\" because \"map\" is null
What is your host/environment?
Amazon Linux 2 x64
Do you have any screenshots?
If applicable, add screenshots to help explain your problem.
Do you have any additional context?
Add any other context about the problem.
The text was updated successfully, but these errors were encountered: