MCPcopy Index your code
hub / github.com/CommandCodeAI/BaseAI / Examples

Interface Examples

packages/baseai/types/providers.ts:165–168  ·  view source on GitHub ↗

* An example param in the conversation.

Source from the content-addressed store, hash-verified

163 */
164
165interface Examples {
166 input?: ProviderMessage;
167 output?: ProviderMessage;
168}
169
170/**
171 * A tool in the conversation.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected