Internal Record Extracted
internal
Internal Record Extracted
Day 5: worker tool target for `extract_information`.
Each registered extract_information tool synthesizes a FunctionTool whose
body POSTs the LLM's extracted JSON here, keyed by tool name so multiple
extractors on the same call don't clobber each other. We merge into
call.analysis.extracted_data shaped as:
{ extracted_data: { <tool_name>: {<field>: <value>, ...}, ... }, ... }
Worker is expected to send {"tool_name": "...", "data": {...}}.
POST
Internal Record Extracted
Path Parameters
Body
application/json
The body is of type Body · object.
Response
Successful Response
The response is of type Response Internal Record Extracted Internal Calls Call Id Extracted Post · object.