ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Input (archastro v0.2.0)

Copy Markdown

Search an agent's knowledge base

Summary

Types

t()

@type t() :: %ArchAstro.Types.Operations.PostApiV1AgentsAgentSearch.Input{
  max_results: integer() | ArchAstro.Unset.t(),
  min_similarity: number() | ArchAstro.Unset.t(),
  mode: String.t() | ArchAstro.Unset.t(),
  query: String.t(),
  recency_days: integer() | ArchAstro.Unset.t(),
  source_types: [String.t()] | ArchAstro.Unset.t()
}

Functions

from_map(data)

@spec from_map(ArchAstro.JSON.object()) :: t()

matches?(value)

@spec matches?(ArchAstro.JSON.t()) :: boolean()

to_map(value)

@spec to_map(t()) :: ArchAstro.JSON.object()