refactor(ai): align multimodal naming (#40073)
This commit is contained in:
parent
5d729521d3
commit
634b9b21dd
91 changed files with 563 additions and 500 deletions
8
packages/schema/src/ai.ts
Normal file
8
packages/schema/src/ai.ts
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
export * as AI from "./ai.js"
|
||||
|
||||
import { Schema } from "effect"
|
||||
|
||||
export const ProviderMetadata = Schema.Record(Schema.String, Schema.Record(Schema.String, Schema.Unknown)).annotate({
|
||||
identifier: "AI.ProviderMetadata",
|
||||
})
|
||||
export type ProviderMetadata = Schema.Schema.Type<typeof ProviderMetadata>
|
||||
Loading…
Add table
Add a link
Reference in a new issue