Type | JSON Schema Reference Link | Usage |
---|---|---|
Message | https://api.smith.langchain.com/public/schemas/v1/message.json | Represents messages sent to a chat model, following the OpenAI standard format. |
Tool | https://api.smith.langchain.com/public/schemas/v1/tooldef.json | Tool definitions available to chat models for function calling, defined in OpenAI’s JSON Schema inspired function format. |