fix(types): agent processing stuff
This commit is contained in:
@@ -73,7 +73,7 @@ type ChatAiMessage struct {
|
||||
Role string `json:"role"`
|
||||
ToolCalls *[]ToolCall `json:"tool_calls,omitempty"`
|
||||
|
||||
MessageContent `json:"content"`
|
||||
Content string `json:"content"`
|
||||
}
|
||||
|
||||
func (m ChatAiMessage) IsResponse() bool {
|
||||
|
||||
@@ -4,7 +4,6 @@ import (
|
||||
"bytes"
|
||||
"encoding/json"
|
||||
"errors"
|
||||
"fmt"
|
||||
"io"
|
||||
"log"
|
||||
"net/http"
|
||||
|
||||
Reference in New Issue
Block a user