Optional callbacksCallbacks for this call and any sub-calls (eg. a Chain calling an LLM). Tags are passed to all callbacks, metadata is passed to handle*Start callbacks.
Optional metadataMetadata for this call and any sub-calls (eg. a Chain calling an LLM). Keys should be strings, values should be JSON-serializable.
Optional optionsAdditional options to pass to the underlying axios request.
Optional promptOptional runName for the tracer run for this call. Defaults to the name of the class.
Optional signalAbort signal for this call. If provided, the call will be aborted when the signal is aborted.
Optional stopStop tokens to use for this call. If not provided, the default stop tokens for the model will be used.
Optional tagsTags for this call and any sub-calls (eg. a Chain calling an LLM). You can use these to filter calls.
Optional timeoutTimeout for this call in milliseconds.
Generated using TypeDoc
Interface that extends the OpenAICallOptions interface and includes an optional promptIndex property. It represents the options that can be passed when making a call to the OpenAI Chat API.