Logo
Type aliases

ChatApp

ChatApp = object

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

Schema for a chat app

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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

Name of the chat app


retriever_id

retriever_id: string

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

ID of the retriever to use for the chat app


llm_config

llm_config: LlmParameters

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

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:806

Configuration for the retrieval model to use for the chat app


project_id

project_id: string

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

ID of the project the chat app belongs to

On this page