agentscope-ai / agentscope-ai/agentscope-typescript
feat: support Grok API and add unit tests
- Dominant language
- TypeScript
- Stars
- 81
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Description
The implementation includes the following files and classes:
- `GrokChatModel` in `packages/agentscope/src/model/grok-model.ts`
- Unit tests in `packages/agentscope/tests/model/grok-model.test.ts`
The expected functionalities to support:
- Streaming and non-streaming responses
- Tool calling API
- Tool choice
The unit tests should use mock responses to cover the following cases:
- `call` function with:
- Streaming response with tool calling
- Non-streaming response with tool calling
- `_formatToolChoice` method
- `_formatToolSchemas` method
Example implementation refers to [dashscope](https://github.com/agentscope-ai/agentscope-typescript/blob/main/packages/agentscope/src/model/dashscope-model.ts) and its [unit tests](https://github.com/agentscope-ai/agentscope-typescript/blob/main/packages/agentscope/src/model/dashscope-model.test.ts)
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.