Logo
Type aliases

ChatAppCreate

ChatAppCreate = object

Defined in: packages/cloud/src/client/types.gen.ts:668

Schema for creating a new chat app

Properties

name

name: string

Defined in: packages/cloud/src/client/types.gen.ts:672

Name of the chat app


retriever_id

retriever_id: string

Defined in: packages/cloud/src/client/types.gen.ts:676

ID of the retriever to use for the chat app


llm_config

llm_config: LLMParameters

Defined in: packages/cloud/src/client/types.gen.ts:680

Configuration for the LLM model to use for the chat app


retrieval_config

retrieval_config: PresetCompositeRetrievalParams

Defined in: packages/cloud/src/client/types.gen.ts:684

Configuration for the retrieval model to use for the chat app

On this page