v1

latestOpenAPI 3.1.02026-07-17193883.6 KB
agent/config

Agent Invoke With Config

This endpoint is to be used with share links generated by the LangServe playground. The hash is an LZString compressed JSON string. For regular use cases, use the /invoke endpoint without the c/{config_hash} path parameter.

post/agent/c/{config_hash}/invoke

Path parameters

config_hashstring required

Request body

configAgentLangGraphConfig
kwargsobject

Keyword arguments to the runnable. Currently ignored.

Response

Successful Response