الانتقال إلى المحتوى الرئيسي
POST
/
chat
/
seed-chat-session
Seed Chat
curl --request POST \
  --url https://cloud.gorbit.app/api/chat/seed-chat-session \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "persona_id": 123,
  "llm_override": {
    "model_provider": "<string>",
    "model_version": "<string>",
    "temperature": 123
  },
  "prompt_override": {
    "system_prompt": "<string>",
    "task_prompt": "<string>"
  },
  "description": "<string>",
  "message": "<string>"
}
'
{
  "redirect_url": "<string>"
}

التفويضات

Authorization
string
header
مطلوب

Authorization header with Bearer token

الجسم

application/json
persona_id
integer
مطلوب
llm_override
LLMOverride · object
prompt_override
PromptOverride · object
description
string | null
message
string | null

الاستجابة

Successful Response

redirect_url
string
مطلوب