simpleTaskInteractiveClient.d.ts 406 B

12345678910
  1. /**
  2. * Simple interactive task client demonstrating elicitation and sampling responses.
  3. *
  4. * This client connects to simpleTaskInteractive.ts server and demonstrates:
  5. * - Handling elicitation requests (y/n confirmation)
  6. * - Handling sampling requests (returns a hardcoded haiku)
  7. * - Using task-based tool execution with streaming
  8. */
  9. export {};
  10. //# sourceMappingURL=simpleTaskInteractiveClient.d.ts.map