Skip to content

Commit 4ce7037

Browse files
merge main, add unprefixed_tools to tom extension
1 parent 01cad15 commit 4ce7037

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

crates/goose/src/agents/extension.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ pub static PLATFORM_EXTENSIONS: Lazy<HashMap<&'static str, PlatformExtensionDef>
134134
description:
135135
"Inject custom context into every turn via GOOSE_MOIM_MESSAGE_TEXT and GOOSE_MOIM_MESSAGE_FILE environment variables",
136136
default_enabled: false,
137+
unprefixed_tools: false,
137138
client_factory: |ctx| Box::new(tom_extension::TomClient::new(ctx).unwrap()),
138139
},
139140
);

0 commit comments

Comments
 (0)