MCPcopy Create free account
hub / github.com/coder/coder / asToolResultPartForTest

Function asToolResultPartForTest

coderd/x/chatd/chatprompt/chatprompt_test.go:214–216  ·  view source on GitHub ↗
(part fantasy.MessagePart)

Source from the content-addressed store, hash-verified

212}
213
214func asToolResultPartForTest(part fantasy.MessagePart) (fantasy.ToolResultPart, bool) {
215 return fantasy.AsMessagePart[testToolResultPart](part)
216}
217
218func TestConvertMessagesWithFiles_NormalizesAssistantToolCallInput(t *testing.T) {
219 t.Parallel()

Calls

no outgoing calls

Tested by

no test coverage detected