mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-08-25 14:53:34 +00:00
Load tools at launch
This commit is contained in:
+2
-2
@@ -112,8 +112,8 @@ interface tool {
|
||||
|
||||
/// Response from tool execution.
|
||||
record response {
|
||||
/// JSON-encoded result on success.
|
||||
result: option<string>,
|
||||
/// JSON-encoded output on success.
|
||||
output: option<string>,
|
||||
/// Error message on failure.
|
||||
error: option<string>,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user