Field | Type | Required | Description |
---|---|---|---|
role |
models.DeploymentGetConfigRole | ✔️ | The role of the prompt message |
content |
models.DeploymentGetConfigContent | ✔️ | The contents of the user message. Either the text content of the message or an array of content parts with a defined type, each can be of type text or image_url when passing in images. You can pass multiple images by adding multiple image_url content parts. |
tool_calls |
List[models.DeploymentGetConfigToolCalls] | ➖ | N/A |