- Added a new `Types` field to the `AssistantFilter` struct to allow filtering by multiple types using an IN query. - Updated the `GetAssistants` function to apply the new multi-type filter alongside the existing single type filter. - Modified the OpenAPI endpoint to support the new `types` query parameter for better flexibility in assistant retrieval. - Ensured backward compatibility by setting a default type when neither `type` nor `types` is specified. - Updated related documentation and tests to reflect the changes in filtering capabilities. |
||
|---|---|---|
| .. | ||
| assistant.go | ||
| assistant_test.go | ||
| chat.go | ||
| chat_test.go | ||
| message.go | ||
| message_test.go | ||
| resume.go | ||
| resume_test.go | ||
| search.go | ||
| search_test.go | ||
| utils.go | ||
| xun.go | ||