DataSphereSkill
Search documents uploaded to SignalWire DataSphere using semantic search. Executes the search via a webhook call from the agent process.
Class: DataSphereSkill
Tools: search_datasphere
Env vars: SIGNALWIRE_PROJECT_ID, SIGNALWIRE_TOKEN, SIGNALWIRE_SPACE
Multi-instance: Yes
tool_name
Custom tool name for this instance. Required when using multiple instances.
space_name
SignalWire space name. Falls back to the SIGNALWIRE_SPACE environment variable.
project_id
SignalWire project ID. Falls back to the SIGNALWIRE_PROJECT_ID environment variable.
token
SignalWire auth token. Falls back to the SIGNALWIRE_TOKEN environment variable.
document_id
Restrict search to a specific document ID.
max_results
Maximum number of results to return.
distance_threshold
Maximum distance threshold for results (0-1, lower is more similar).