- Updated the Stream method to return a structured response, including create, done, and completion hooks. - Introduced new methods for managing message history and building LLM requests, enhancing modularity. - Refactored the Script type to utilize a new hook structure, improving code organization. - Removed the obsolete hooks file to streamline the codebase. - Enhanced context types with additional fields for better integration with LLM models. |
||
|---|---|---|
| .. | ||
| chat.go | ||
| chat_test.go | ||
| context.go | ||
| context_test.go | ||
| interfaces.go | ||
| message.go | ||
| message_test.go | ||
| openapi.go | ||
| openapi_test.go | ||
| stack.go | ||
| stack_test.go | ||
| types.go | ||
| utils.go | ||