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

Agents threads wrappers, tests, and sample #31700

Merged
merged 8 commits into from
Nov 11, 2024

Conversation

GraceBrigham
Copy link
Member

@GraceBrigham GraceBrigham commented Nov 8, 2024

Threads basics (should be further tested/sampled when other methods, like files, are implemented)

deleteThread: (threadId: string, options?: DeleteThreadParameters) =>
deleteThread(context, threadId, options),
createThread: (options?: AgentThreadCreationOptions) =>
createThread(context, {body: options as Record<string, unknown>}),
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Curios why this is needed ?

@GraceBrigham GraceBrigham changed the title Fix agents-threads wrapper Agents threads wrappers, tests, and sample Nov 11, 2024
@GraceBrigham GraceBrigham marked this pull request as ready for review November 11, 2024 18:25
@GraceBrigham GraceBrigham merged commit 4dee576 into Azure:feature/azure-ai-sdk Nov 11, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants