| 41 | } |
| 42 | |
| 43 | type askUserQuestionTool struct { |
| 44 | providerOptions fantasy.ProviderOptions |
| 45 | } |
| 46 | |
| 47 | func (*askUserQuestionTool) GetType() fantasy.ToolType { |
| 48 | return fantasy.ToolTypeFunction |
nothing calls this directly
no outgoing calls
no test coverage detected