vapor-chamber API reference - v1.3.0
    Preparing search index...

    Type Alias SynthesizeOptions

    type SynthesizeOptions = {
        adapter?: LlmAdapter;
        [key: string]: unknown;
    }

    Indexable

    • [key: string]: unknown

      Passed through to the adapter for provider-specific config.

    Index

    Properties

    Properties

    adapter?: LlmAdapter

    LLM adapter — required. Receives tool definitions + text, returns a ToolCallInput.