π Prerequisites
π Feature Summary
Make the tool to ask a question optional in the agent config
β Problem Statement / Motivation
Currently all agents can try to "ask a question" to the user which isn't always desirable. There might not be a user interface available that supports this feature, or the agent is intended to run fully unattended.
For example I have a bot that sends a question to an agent to process without interaction. I tried it today and it seemed like the agent returned an empty response. When I went to look at the session I found it had stopped with a question:
π‘ Proposed Solution
There should be a place in the agent spec where you enable optional built-in tools like "ask a question". Only agents which have this tool enabled would support it. There could be other built-in tools in the future like tools to get the current time, to wait for a period of time, or to inject session information into context. These could also be put on this whitelist.
π Alternatives Considered
No response
π― Affected Service(s)
None
π Additional Context
No response
π Are you willing to contribute?
π Prerequisites
π Feature Summary
Make the tool to ask a question optional in the agent config
β Problem Statement / Motivation
Currently all agents can try to "ask a question" to the user which isn't always desirable. There might not be a user interface available that supports this feature, or the agent is intended to run fully unattended.
For example I have a bot that sends a question to an agent to process without interaction. I tried it today and it seemed like the agent returned an empty response. When I went to look at the session I found it had stopped with a question:
π‘ Proposed Solution
There should be a place in the agent spec where you enable optional built-in tools like "ask a question". Only agents which have this tool enabled would support it. There could be other built-in tools in the future like tools to get the current time, to wait for a period of time, or to inject session information into context. These could also be put on this whitelist.
π Alternatives Considered
No response
π― Affected Service(s)
None
π Additional Context
No response
π Are you willing to contribute?