* An example param in the conversation.
| 163 | */ |
| 164 | |
| 165 | interface Examples { |
| 166 | input?: ProviderMessage; |
| 167 | output?: ProviderMessage; |
| 168 | } |
| 169 | |
| 170 | /** |
| 171 | * A tool in the conversation. |
nothing calls this directly
no outgoing calls
no test coverage detected