(toolCallId: string)
| 110 | } |
| 111 | |
| 112 | export function toolResultPartId(toolCallId: string): string { |
| 113 | return `tool-result:${toolCallId}` |
| 114 | } |
| 115 | |
| 116 | export function structuredOutputPartId(messageId: string): string { |
| 117 | return `structured-output:${messageId}` |
no outgoing calls
no test coverage detected