Variable: ConnectionProfileModeSchema
constConnectionProfileModeSchema:TUnion<[TLiteral<"chat">,TLiteral<"text">]>
Defined in: packages/contracts/src/connectionProfile.ts:27
Whether the profile targets a chat-completion or a text-completion backend.