Skip to content

@mirego/forra-react


@mirego/forra-react / components / ScoutAppContextValue

Type Alias: ScoutAppContextValue

ScoutAppContextValue = object

Properties

assistant_id

assistant_id: string


conversation_id

conversation_id: string | undefined


language

language: string


onConversationCreated()

onConversationCreated: (newConversation) => void

Parameters

newConversation

ConversationResponse

Returns

void


redirectToConversation()

redirectToConversation: (conversationId) => void

Parameters

conversationId

string

Returns

void


redirectToNewConversation()

redirectToNewConversation: () => void

Returns

void


theme

theme: ThemePreference


tools?

optional tools: Record\<string, ToolDefinition>


user

user: UserPublicResponse