1. GPT Chat Task (LLM Task)
  2. Action Meta

GPT Chat Task (LLM Task)

Action Meta

The action_meta property on a Stubber action can be used to make that action available to an LLM as a callable tool. Setting ai_function_calling: true is the flag that enables this.

loading...

See Tool Calling for the full details on how tool calling works, including how to configure ai_details, override the dynamic and closing stages, and control what data gets returned to the LLM.

See Action Meta for the general action_meta reference.