8 lines
197 B
C
8 lines
197 B
C
#ifndef DIDACTYL_PROMPT_TEMPLATE_H
|
|
#define DIDACTYL_PROMPT_TEMPLATE_H
|
|
|
|
#include "tools/tools.h"
|
|
|
|
char* prompt_template_resolve_inline_variables(const char* tpl, tools_context_t* tools_ctx);
|
|
|
|
#endif |