mirror of
https://github.com/outbackdingo/optimclaw.git
synced 2026-09-01 17:19:24 +00:00
fork: rename IronClaw → OptimClaw
Full rename of all identifiers, filenames, and references: ironclaw → optimclaw IronClaw → OptimClaw IRONCLAW → OPTIMCLAW ironclaw_common → optimclaw_common ironclaw_safety → optimclaw_safety Upstream: nearai/ironclaw
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
//! Google Docs WASM Tool for IronClaw.
|
||||
//! Google Docs WASM Tool for OptimClaw.
|
||||
//!
|
||||
//! Provides Google Docs integration for creating, reading, editing,
|
||||
//! and formatting documents. Use Google Drive tool to search for
|
||||
@@ -209,7 +209,7 @@ impl exports::near::agent::tool::Guest for GoogleDocsTool {
|
||||
fn execute_inner(params: &str) -> Result<String, String> {
|
||||
if !crate::near::agent::host::secret_exists("google_oauth_token") {
|
||||
return Err(
|
||||
"Google OAuth token not configured. Run `ironclaw tool auth google-docs` to set up \
|
||||
"Google OAuth token not configured. Run `optimclaw tool auth google-docs` to set up \
|
||||
OAuth, or set the GOOGLE_OAUTH_TOKEN environment variable."
|
||||
.to_string(),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user