AI agent instructions
AI agent instructions
POST /anything/start. The OpenAPI spec declares the 200
response as an untyped JSON object ({}), so the SDK exposes it as an
opaque record. In practice the Anything API answers with a reference to the
function it built for the task (for example a function_id), which can then
be run through client.NotteFunction({ function_id }). Check the keys at
runtime rather than relying on a fixed shape.