Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where is sessionID is defined ? Is it created after chat handshake or before that #4257

Open
Priyanshukeshri opened this issue Feb 20, 2025 · 1 comment
Assignees
Labels
area:chat Relates to chat interface area:docs Relates to documentation kind:question Indicates a question "needs-triage"

Comments

@Priyanshukeshri
Copy link

Issue Category

Undocumented feature or missing documentation

Affected Documentation Page URL

No response

Issue Description

Where is sessionID is defined ? Is it created after chat handshake or before that

Expected Content

No response

@Priyanshukeshri Priyanshukeshri added the area:docs Relates to documentation label Feb 20, 2025
@dosubot dosubot bot added area:chat Relates to chat interface kind:question Indicates a question labels Feb 20, 2025
@Priyanshukeshri
Copy link
Author

{
"sessionId": "3e71749a-b346-4170-be5d-01044c287190",
"title": "[object Object][object Object]",
"workspaceDirectory": "file:///c%3A/Users/kumarkes/Downloads/llm/New/t4sgin/push_code/nokia-ai-assistant-vscode/manual-testing-sandbox",
"history": [
{
"message": {
"role": "user",
"content": [
{
"type": "text",
"text": "muh"
}
],
"id": "5643cfb2-25d1-46e1-99e4-2c865e039991"
},
"contextItems": [],
"editorState": {
"type": "doc",
"content": [
{
"type": "paragraph",
"content": [
{
"type": "text",
"text": "muh"
}
]
}
]
}
},
{
"message": {
"id": "78b9b461-7ce7-4614-a1b1-b11fbde1a2fa",
"role": "assistant",
"content": ""Muh" isn't a recognized word in standard English. It might be:\n\n* A misspelling: Perhaps you meant "much," "my," or another similar-sounding word.\n* A slang term or abbreviation: It could be a shortened form of "mother" (though less common than "mom" or "mum"), or a regional slang term I'm unfamiliar with.\n* An onomatopoeia: It could be representing a sound, like a cow's moo, but spelled differently.\n* A nonsense word: Sometimes people just type random sounds.\n\nCould you provide more context? Knowing how you intended to use "muh" would help me understand its meaning.\n"
},
"contextItems": [],
"promptLogs": [
{
"modelTitle": "Gemini 1.5 Pro",
"prompt": "\nmuh\n\n",
"completion": "[object Object][object Object][object Object][object Object][object Object][object Object][object Object]",
"completionOptions": {
"model": "gemini-1.5-pro-latest",
"maxTokens": 8192
}
}
],
"isGatheringContext": false
}
]
}

I want to know how "sessionId": "3e71749a-b346-4170-be5d-01044c287190", is generating
Please guide me on these

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:chat Relates to chat interface area:docs Relates to documentation kind:question Indicates a question "needs-triage"
Projects
None yet
Development

No branches or pull requests

2 participants