Submit and track tool calls as part of post-call analysis
post-call-analysis
by including a toolInvocations
array in your request payload. Each tool invocation requires:
name
: The name of the tool being invokeddescription
: A brief description of what the tool doesstartOffsetMs
: The start time offset in milliseconds with respect to the start of the callendTimeOffsetMs
: The end time offset in milliseconds with respect to the start of the callparameters
: The parameters passed to the toolresult
: The result of the tool invocationdescription
and type
for each parameter. Type can be one of: string
, number
, boolean
.
startOffsetMs
and endTimeOffsetMs
:
startOffsetMs
: Time offset (in milliseconds) from the beginning of the call when the tool execution startedendTimeOffsetMs
: Time offset (in milliseconds) from the beginning of the call when the tool execution ended