ℹ️ These docs are for the v2.0 version of Galileo. Documentation for v1.0 version can be found here.
type LlmSpanAllowedInputType =
| string
| string[]
| Record<string, string>
| Record<string, string>[]
| Message
| Message[];
Was this page helpful?