Skip to main content

Create Guidelines

POST 

/agents/:agent_id/guidelines

Creates new guidelines from the provided invoices.

Invoices are obtained by calling the create_evaluation method of the client. (Equivalent to making a POST request to /index/evaluations) See the documentation for more information.

The guidelines are created in the specified agent's guideline set. Tool associations and connections are automatically handled.

Request

Responses

Guidelines successfully created. Returns the created guidelines with their connections and tool associations.