Logo
Type aliases

ChatAppResponse

ChatAppResponse = object

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

Properties

id

id: string

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

Unique identifier


created_at?

optional created_at: string | null

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

Creation datetime


updated_at?

optional updated_at: string | null

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

Update datetime


name

name: string

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

Name of the chat app


retriever_id

retriever_id: string

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

ID of the retriever to use for the chat app


llm_config

llm_config: LLMParameters

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

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

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

ID of the project the chat app belongs to


retriever_name

retriever_name: string

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

On this page