For the complete documentation index, see llms.txt. This page is also available as Markdown.

Functions

Delete function

delete

Deletes the specified function.

Path parameters
idintegerRequired

Function ID

Responses
204

No content

No content

delete/api/functions/{id}

No content

List functions

get

Retrieves all available functions the user can query.

Responses
200

Functions response

application/json
get/api/functions

Create function

post

Creates a new function resource.

Body
groupstring · nullableOptional

Group name

namestringRequired

Function name

return_typestring · nullableOptional

Return type

scopestring · nullableOptional

Scope

Responses
200

Function response

application/json
post/api/functions

Update all functions

put

Replaces all functions with the provided function definitions.

Body
Responses
200

Functions response

application/json
put/api/functions

Update all functions

patch

Replaces all functions with the provided function definitions.

Body
Responses
200

Functions response

application/json
patch/api/functions

Last updated