network-wiredOpenAPI

This describes the OpenAPI that will be produced with the complete configuration for the section.

circle-info

This project lacks a description of the invoke, batch, and streaming methods. More details on the payload can be found in the langserve documentation, which is used under the hood for langchain.

OpenAPI

circle-info

This documentation can be found in your project under /docs or /redoc, depending on your preferred style.

Healthcheck Handler

get

Healthcheck endpoint.

Responses
chevron-right
200

Successful Response

application/json

Healthcheck response.

statusstring · enumRequiredPossible values:
get
/v1/healthcheck
200

Successful Response

Invoke Agents Handler

post

Handle invoke request.

Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/v1/agents/invoke
200

Successful Response

No content

Batch Agents Handler

post

Handle batch request.

Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/v1/agents/batch
200

Successful Response

No content

Stream Agents Handler

post

Handle stream request.

Responses
chevron-right
200

Successful Response

application/json
anyOptional
post
/v1/agents/stream
200

Successful Response

No content

Last updated