Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.praison.ai/llms.txt

Use this file to discover all available pages before exploring further.

ResolveOptions

Defined in the Param Resolver module.
Rust AI Agent SDK Options for parameter resolution

Fields

NameTypeDescription
param_nameStringParameter name (for error messages)
presetsHashMap<StringValid presets
serde_json:Value>Valid presets
url_schemesHashMap<StringURL schemes mapping
array_modeArrayModeArray handling mode
string_modeOption<StringMode>String handling mode
defaultOption<ResolvedValue>Default value

Source

View on GitHub

praisonai/src/parity/param_resolver.rs at line 112