@RonaldGRuckus , @_j
Real log from what is the final messages between the user → function calls → assistant response:
[
{
role: 'system',
content: 'As .... instructions',
},
{
role: 'user',
content: '...user question...',
},
{
role: 'assistant',
content: null,
tool_calls: [
{ id: 'call_1IcZM3G3vLknClIuWSAksnc', type: 'function', function: { name: 'get_stock_infos', arguments: '{"symbol":"BBAS3"}' } },
],
},
{
tool_call_id: 'call_1IcZM3G3vLknClIuWSAksnc',
role: 'tool',
content: 'Empresa: BRASIL ON NM ...',
},
{
role: 'assistant',
content: null,
tool_calls: [
{ id: 'call_1IcZM3G3vLknClIuWSAksnc', type: 'function', function: { name: 'get_stock_infos', arguments: '{"symbol":"BBAS3"}' } },
{ id: 'call_fgn8oRpJjvkf61l56oDHAlksc', type: 'function', function: { name: 'get_stock_options', arguments: '{"symbol":"BBAS3"}' } },
],
},
{
tool_call_id: 'call_1IcZM3G3vLknClIuWSAksnc',
role: 'tool',
content: 'Empresa: BRASIL ON NM ...',
},
{
tool_call_id: 'call_fgn8oRpJjvkf61l56oDHAlksc',
role: 'tool',
content: '"Considerações... real data',
},
{
role: 'assistant',
content: null,
tool_calls: [
{ id: 'call_1IcZM3G3vLknClIuWSAksnc', type: 'function', function: { name: 'get_stock_infos', arguments: '{"symbol":"BBAS3"}' } },
{ id: 'call_fgn8oRpJjvkf61l56oDHAlksc', type: 'function', function: { name: 'get_stock_options', arguments: '{"symbol":"BBAS3"}' } },
{
id: 'call_5BgOfJC2xS4EMSRDJt7y3D9a',
type: 'function',
function: { name: 'get_black_scholes', arguments: '{"optionName":"BBASA530"}' },
},
],
},
{
tool_call_id: 'call_1IcZM3G3vLknClIuWSAksnc',
role: 'tool',
content: 'Empresa: BRASIL ON NM ...',
},
{
tool_call_id: 'call_fgn8oRpJjvkf61l56oDHAlksc',
role: 'tool',
content: '"Considerações... real data',
},
{
tool_call_id: 'call_5BgOfJC2xS4EMSRDJt7y3D9a',
role: 'tool',
content: '... real data....',
},
{
role: 'assistant',
content: 'ai real answer...',
},
];