(params: PartConstructorParams<ToolCallPart>)
| 591 | * @category Constructors |
| 592 | */ |
| 593 | export const toolCallPart = (params: PartConstructorParams<ToolCallPart>): ToolCallPart => makePart("tool-call", params) |
| 594 | |
| 595 | // ============================================================================= |
| 596 | // Tool Result Part |
nothing calls this directly
no test coverage detected
searching dependent graphs…