eidos (1.0.0)

Download OpenAPI specification:Download

Function calling framework for LLMs.

health

Health

Health check endpoint. Useful for liveness and readiness probes.

Responses

Response samples

Content type
application/json
{
  • "status": "string"
}

execution

Execute An Ai Function

Executes an AI function with the given arguments.

Authorizations:
APIKeyQuery
path Parameters
function_name
required
string (Function Name)
Request Body schema: application/json
Any of
object (Arguments)

Responses

Request samples

Content type
application/json
null

Response samples

Content type
application/json
{ }

functions

List Available Functions

List all available functions.

Authorizations:
APIKeyQuery

Responses

Response samples

Content type
application/json
[
  • { }
]

List The Names Of All Available Ai Functions

List function names.

Authorizations:
APIKeyQuery

Responses

Response samples

Content type
application/json
[
  • "string"
]

Get Definition Of A Function

Get the definition of a function.

Authorizations:
APIKeyQuery
path Parameters
function
required
string (Function)

Responses

Response samples

Content type
application/json
{ }

Get The Response Schema Of A Function

Get the response schema of a function.

Authorizations:
APIKeyQuery
path Parameters
function
required
string (Function)

Responses

Response samples

Content type
application/json
{ }