-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Support Assistants #395
Support Assistants #395
Conversation
TheoKanning#390 Create Assistant
Thanks for adding this! |
@remyohajinwa @TheoKanning The tool object used to create "Assistants" need to be fixed. There is only one param "type" in this code. But when the tool type is "function" it need another param to defined the function. You can see the official api here: https://platform.openai.com/docs/api-reference/assistants/createAssistant |
also I can fix it too |
HI @vacuityv for the Tools....it's an Enum of Function, code_interepreter and retriever. you can check the class AssistantToolsEnum |
@vacuityv taking a look at the second issue |
@remyohajinwa I know you defined the tool with an Enum of Function. I meant that when the type is function I need some param to pass the function. |
Oh I see what you mean @vacuityv. Thank you for spotting this. will jump on it ASAP. but if you have a PR already. that would be nice |
@vacuityv for AssistantRequest. I think it was a mistake with the naming convention. Taking a look. Will fix this.
|
I just end my business work today and I haven’t fixed it. I can do it if you don’t have time for it.在 2023年11月13日,18:31,Remy Ohajinwa ***@***.***> 写道:
Oh I see what you mean @vacuityv. Thank you for spotting this. will jump on it ASAP. but if you have a PR already. that would be nice
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
OK. Ths 在 2023年11月13日,18:41,彭伟 ***@***.***> 写道:I just end my business work today and I haven’t fixed it. I can do it if you don’t have time for it.在 2023年11月13日,18:31,Remy Ohajinwa ***@***.***> 写道:
Oh I see what you mean @vacuityv. Thank you for spotting this. will jump on it ASAP. but if you have a PR already. that would be nice
—Reply to this email directly, view it on GitHub, or unsubscribe.You are receiving this because you were mentioned.Message ID: ***@***.***>
|
Taking a look |
How can I use the assistant ? Where are the thread and run part ? How can I use the assistant? @remyohajinwa |
@vacuityv the Assistants is meant to work with Thread and Run. However the issue I worked on was to provide support for Assistant. It was expected that someone else would take up Thread or Run. An issue has to be created though. I think someone else is working on it |
@remyohajinwa I don't think this should be merged since it's just part of the feature. You guys should finish together and request together. It's real confused. |
Provides Support for #390