ArchAstro. SDK. Types. Operations. PostApiV1AgentsAgentSearch. Input
(archastro v0.3.1)
Copy Markdown
Search an agent's knowledge base
Summary
Types
@type t() :: %ArchAstro.SDK.Types.Operations.PostApiV1AgentsAgentSearch.Input{ max_results: integer() | ArchAstro.SDK.Unset.t(), min_similarity: number() | ArchAstro.SDK.Unset.t(), mode: String.t() | ArchAstro.SDK.Unset.t(), query: String.t(), recency_days: integer() | ArchAstro.SDK.Unset.t(), source_types: [String.t()] | ArchAstro.SDK.Unset.t() }
Functions
@spec from_map(ArchAstro.SDK.JSON.object()) :: t()
@spec matches?(ArchAstro.SDK.JSON.t()) :: boolean()
@spec to_map(t()) :: ArchAstro.SDK.JSON.object()