MCPcopy Index your code
hub / github.com/coder/coder / textMessage

Function textMessage

coderd/x/chatd/chatadvisor/runner_test.go:692–699  ·  view source on GitHub ↗
(role fantasy.MessageRole, text string)

Source from the content-addressed store, hash-verified

690}
691
692func textMessage(role fantasy.MessageRole, text string) fantasy.Message {
693 return fantasy.Message{
694 Role: role,
695 Content: []fantasy.MessagePart{
696 fantasy.TextPart{Text: text},
697 },
698 }
699}
700
701func toolCallAssistantMessage(callID, name, input string) fantasy.Message {
702 return fantasy.Message{

Calls

no outgoing calls

Tested by

no test coverage detected