( ...tools: T )
| 559 | * ``` |
| 560 | */ |
| 561 | export function clientTools<const T extends Array<AnyClientTool>>( |
| 562 | ...tools: T |
| 563 | ): T { |
| 564 | return tools |
| 565 | } |
| 566 | |
| 567 | /** |
| 568 | * Helper to create typed chat client options |
no outgoing calls
no test coverage detected