Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
0f49c37
added stream data s
satti-hari-krishna-reddy Nov 19, 2025
5b4b6cd
feat: Implemented Responses API and stream support for support chat
satti-hari-krishna-reddy Nov 19, 2025
68a35e1
made the tool choice to auto so that it won't force the LLM to pick t…
satti-hari-krishna-reddy Nov 21, 2025
562ccba
added better logging of errors when assistant failed to run
satti-hari-krishna-reddy Nov 21, 2025
48bba0c
made the runSupportLLMAssistantv2 non streaming
satti-hari-krishna-reddy Nov 21, 2025
13f1669
improved the log message
satti-hari-krishna-reddy Nov 21, 2025
3b388a3
upgrade the model from gpt4o to gpt 5 mini
satti-hari-krishna-reddy Nov 21, 2025
ba6b065
improved the logging of error messages
satti-hari-krishna-reddy Nov 21, 2025
9ec472f
renamed the runSupportLLMAssistantV2 to runSupportAgent
satti-hari-krishna-reddy Nov 21, 2025
c7362aa
replaced assistant api with responses api for support chat
satti-hari-krishna-reddy Nov 21, 2025
faa9417
revert back the model from gpt5-mini to gpt-4.1
satti-hari-krishna-reddy Nov 21, 2025
660a067
Merge branch 'Shuffle:main' into support-llm
satti-hari-krishna-reddy Nov 24, 2025
2d28c49
rename threadId to responseId in support response
satti-hari-krishna-reddy Nov 24, 2025
07e974d
Added response id to the Atomic output to include response id
satti-hari-krishna-reddy Nov 24, 2025
217814a
added a handler for streaming support llm response
satti-hari-krishna-reddy Nov 24, 2025
504b8fc
Merge branch 'Shuffle:main' into support-llm
satti-hari-krishna-reddy Nov 25, 2025
72722d9
Made QueryInput to support chat history storage
satti-hari-krishna-reddy Nov 26, 2025
8c5483c
rename thread-based structs to conversation-based
satti-hari-krishna-reddy Nov 26, 2025
235906c
Add UserId field to the ConversationMessage
satti-hari-krishna-reddy Nov 26, 2025
f25f032
Added Conversation struct to store metadata of a conversation
satti-hari-krishna-reddy Nov 26, 2025
7f2b5f8
adjusted indents of the StreamData struct
satti-hari-krishna-reddy Nov 26, 2025
60082a0
Add conversation history and metadata management
satti-hari-krishna-reddy Nov 26, 2025
c4bebca
Add handler to retrieve organization conversations
satti-hari-krishna-reddy Nov 26, 2025
05abb1e
refactor thread management to conversation-based system
satti-hari-krishna-reddy Nov 26, 2025
1f7397b
Added a function that builds a raw list of maps of conversation history
satti-hari-krishna-reddy Nov 26, 2025
e6851c1
migrate thread-based conversation to conversation-based system
satti-hari-krishna-reddy Nov 26, 2025
7d85692
improve conversation history retrieval and validation
satti-hari-krishna-reddy Nov 26, 2025
629cc14
prevent duplicate conversation saves for chat conversations
satti-hari-krishna-reddy Nov 26, 2025
6f6955c
Added ConversationId to AtomicOutput struct
satti-hari-krishna-reddy Nov 26, 2025
1b85023
Merge branch 'Shuffle:main' into support-llm
satti-hari-krishna-reddy Nov 26, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Loading