ArchAstro. Types. Operations. PatchApiV1AgentToolsTool. Input
(archastro v0.2.0)
Copy Markdown
Update an agent tool
Summary
Types
@type t() :: %ArchAstro.Types.Operations.PatchApiV1AgentToolsTool.Input{ async: boolean() | ArchAstro.Unset.t(), builtin_tool_config: %{optional(String.t()) => ArchAstro.JSON.t()} | ArchAstro.Unset.t(), config: String.t() | ArchAstro.Unset.t(), description: String.t() | ArchAstro.Unset.t(), handler_type: String.t() | ArchAstro.Unset.t(), instruction: String.t() | ArchAstro.Unset.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(), parameters_config: String.t() | ArchAstro.Unset.t(), template: 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()