Skip to main content

ResolvedValue

Defined in the Param Resolver module.
Rust AI Agent SDK Result of parameter resolution

Fields

Methods

is_none

Check if value is none/disabled

is_some

Check if value is enabled (not none)

as_bool

Get as bool

as_str

Get as string

as_list

Get as list

Source

View on GitHub

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