AgentConnectors

class AgentConnectors[소스]

기반 클래스: ABC

Abstract base class for AgentApp connector execution.

메소드

call(tool_call)

Execute one model function_call and return a function_call_output item.

tools(names)

Return model-facing tool schemas for built-in connectors.

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

Execute one model function_call and return a function_call_output item.

abstract tools(names: Sequence[str]) list[JSONObject][소스]

Return model-facing tool schemas for built-in connectors.