(store bool)
| 902 | } |
| 903 | |
| 904 | func chainModeProviderOptions(store bool) fantasy.ProviderOptions { |
| 905 | return fantasy.ProviderOptions{ |
| 906 | fantasyopenai.Name: &fantasyopenai.ResponsesProviderOptions{ |
| 907 | Store: &store, |
| 908 | }, |
| 909 | } |
| 910 | } |
| 911 | |
| 912 | func chainModeSystemMessage() database.ChatMessage { |
| 913 | return database.ChatMessage{Role: database.ChatMessageRoleSystem} |
no outgoing calls
no test coverage detected