pub const SUBMIT_OUTPUT_TOOL: &'static str;Expand description
The tool an agent calls to hand back the run’s final output.
Re-exported from leviath-core, which owns the name because the blueprint
validator and the manifest parser both need it and neither may depend on
this crate.
The tool an agent calls to hand back the run’s final output.
Named here rather than in leviath-tools because both the blueprint
validator and the manifest parser need it, and neither may depend on the
tools crate.