SystemPromptArgv class final
Tool accepts the system prompt via a CLI flag. The enum value has already resolved which content to embed (inline rendered text or the rendered file path) and returns the complete argv fragment.
The consumer splices argv into the process arguments verbatim.
- Inheritance
-
- Object
- SystemPromptInvocation
- SystemPromptArgv
Constructors
-
SystemPromptArgv(List<
String> argv) -
const
Properties
-
argv
→ List<
String> -
Resolved argv fragment — typically
[flag, value]. May be longer if a tool's documented shape requires multiple prefix flags.final - hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited