DamienM
08/13/2025, 2:53 PMDamienM
08/13/2025, 3:41 PM{
"type": "tool-calls",
"toolCalls": [
{
"id": "call_e5UMNx9R0HazLoe5uvmOOvxk",
"type": "function",
"function": {
"name": "next_question",
"arguments": {
"ready": true
}
}
}
],
"toolCallList": [
{
"id": "call_e5UMNx9R0HazLoe5uvmOOvxk",
"type": "function",
"function": {
"name": "next_question",
"arguments": {
"ready": true
}
}
}
],
"toolWithToolCallList": [
{
"type": "function",
"function": {
"name": "next_question",
"parameters": {
"type": "object",
"required": [
"ready"
],
"properties": {
"ready": {
"type": "boolean",
"description": "Whether to proceed to next question"
}
}
},
"description": "Move to the next question in the interview after saving an answer"
},
"server": {},
"messages": [],
"toolCall": {
"id": "call_e5UMNx9R0HazLoe5uvmOOvxk",
"type": "function",
"function": {
"name": "next_question",
"arguments": {
"ready": true
}
}
}
}
]
}DamienM
08/13/2025, 3:58 PM"tools":[
{
"type":"function",
"function":{
"name":"save_answer",
"description":"Save the user\\'s answer to the current interview question",
"parameters":{
"type":"object",
"properties":{
"question":{
"type":"string",
"description":"The question that was asked"
},
"answer":{
"type":"string",
"description":"The complete answer from the user"
},
"category":{
"type":"string",
"description":"The category of the question (e.g., Core Identity, Values, etc.)"
}
},
"required":[
"question",
"answer",
"category"
]
},
"server":{
"url":"https://example.com/not-used",
"secret":"not-used"
}
}
},Chiranjeet Mishra
08/15/2025, 10:30 AMDamienM
08/19/2025, 3:12 PMChiranjeet Mishra
08/21/2025, 6:27 AMtimeout property in the server object and see where that gets you