mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-05 19:00:22 +00:00
Docs: guide x_search toward exact-post stats lookups
This commit is contained in:
committed by
Peter Steinberger
parent
c8ed1638ea
commit
1c9684608a
@@ -149,7 +149,7 @@ export function createXSearchTool(options?: {
|
||||
label: "X Search",
|
||||
name: "x_search",
|
||||
description:
|
||||
"Search X (formerly Twitter) using xAI. Returns AI-synthesized answers with citations from real-time X post search.",
|
||||
"Search X (formerly Twitter) using xAI, including targeted post or thread lookups. For per-post stats like reposts, replies, bookmarks, or views, prefer the exact post URL or status ID.",
|
||||
parameters: Type.Object({
|
||||
query: Type.String({ description: "X search query string." }),
|
||||
allowed_x_handles: Type.Optional(
|
||||
|
||||
Reference in New Issue
Block a user