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

Amazon Q Business Chat Function #4402

Open
SezerFidanci opened this issue Jan 20, 2025 · 0 comments
Open

Amazon Q Business Chat Function #4402

SezerFidanci opened this issue Jan 20, 2025 · 0 comments
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.

Comments

@SezerFidanci
Copy link

SezerFidanci commented Jan 20, 2025

Describe the issue

hello,

client = boto3.client('qbusiness',
aws_access_key_id=credentials['AccessKeyId'],
aws_secret_access_key=credentials['SecretAccessKey'],
aws_session_token=credentials['SessionToken'])

i can use client.chat_sync() function (non-stream).

i need streaming response. i guess use client.chat() function but client.chat() function is not exist.
how i can do it

Links

https://docs.aws.amazon.com/amazonq/latest/api-reference/API_ChatSync.html
https://docs.aws.amazon.com/amazonq/latest/api-reference/API_Chat.html
https://boto3.amazonaws.com/v1/documentation/api/1.36.2/reference/services/qbusiness.html

@SezerFidanci SezerFidanci added documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged. labels Jan 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation This is a problem with documentation. needs-triage This issue or PR still needs to be triaged.
Projects
None yet
Development

No branches or pull requests

1 participant