ℹ️ These docs are for the free version of Galileo. Documentation for current customers can be found here.
type LlmSpanAllowedInputType =
| string
| string[]
| Record<string, string>
| Record<string, string>[]
| Message
| Message[];
Defined in: src/types/logging/step.types.ts:20
Was this page helpful?