Skip to main content
PATCH

Update Agent Training

Partially update the training section of an agent. Only the fields you include are merged into the existing config; omitted fields remain unchanged. The training section controls the agent’s knowledge base (RAG) and know-how (FAQ, pain points, guardrails).

Path Parameters

string
required
UUID of the agent to update.

Body Parameters

object
Knowledge base settings.
object
Curated agent knowledge and safety rules.

Request Example


Response