curl --request POST \ --url https://chat-api-demo.hamming.ai/v1/completion \ --header 'Content-Type: application/json' \ --data '{ "conversation_id": "<string>", "user_message": "<string>" }'
[ { "role": "assistant", "content": "<string>", "tool_calls": [ { "id": "<string>", "type": "function", "function": { "name": "<string>", "arguments": "<string>" } } ] } ]
assistant
Show child attributes
function