Type Alias: LlmSpanAllowedOutputType

type LlmSpanAllowedOutputType = string | Record<string, string> | Message;
Defined in: src/types/logging/step.types.ts:27