Enum "AOAI Tool Invoke Preference"

ID 7776
Namespace: System.AI

The tool invocation preference for tool call responses.

Properties

Name Value
Access Public
Extensible False

Values

Name Description
"Invoke Tools Only"

Only invoke the tool calls returned from the LLM, do not send the results back to the LLM. Appends the tool results to the chat history.

Manual

Require manual invocation of the tool calls (i.e. the Copilot toolkit will not invoke the tools). Does not append the tool results to the chat history.

Automatic

Invoke the tool calls returned from the LLM, and send them back to the LLM until no more tool calls are returned. Appends all the tool results to the chat history.

See also