add_observation

Add external insights to an agent in a debugging session on the Deebo server. Observations are logged and used in the agent's reasoning process to aid investigations.

Instructions

Adds an external observation to an agent in the debugging session. This allows other tools or human insights to be incorporated into the ongoing investigation. Observations are logged and considered by the agent in subsequent reasoning steps.

Input Schema

NameRequiredDescriptionDefault
agentIdYes
observationYes
sessionIdYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "agentId": { "type": "string" }, "observation": { "type": "string" }, "sessionId": { "type": "string" } }, "required": [ "agentId", "observation", "sessionId" ], "type": "object" }

You must be authenticated.

Other Tools from Deebo

Related Tools

ID: z7fszrff4o