ArchAstro. Types. Operations. PostApiV1AgentsAgentAgentTools. Input
(archastro v0.2.0)
Copy Markdown
Create an agent tool
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentAgentTools.Input{ async: boolean() | ArchAstro.Unset.t(), builtin_tool_config: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), builtin_tool_key: String.t() | ArchAstro.Unset.t(), config: String.t() | ArchAstro.Unset.t(), description: String.t() | ArchAstro.Unset.t(), handler_type: String.t() | ArchAstro.Unset.t(), kind: String.t(), lookup_key: String.t() | ArchAstro.Unset.t(), metadata: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), name: String.t() | ArchAstro.Unset.t(), name_prefix: String.t() | ArchAstro.Unset.t(), parameters: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), status: String.t() | ArchAstro.Unset.t() }
Functions
@spec from_map(ArchAstro.JSON.object()) :: t()
@spec matches?(ArchAstro.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.JSON.object()