AgentGrid

class AgentGrid[소스]

기반 클래스: ABC

Model-facing access to the federation Grid.

메소드

call(tool_call)

Execute one Grid function_call and return a function_call_output item.

tools()

Return model-facing Grid tool schemas.

abstract call(tool_call: JSONObject) JSONObject[소스]

Execute one Grid function_call and return a function_call_output item.

abstract tools() list[JSONObject][소스]

Return model-facing Grid tool schemas.